@charset "utf-8";

html{-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;-webkit-tap-highlight-color:rgba(0,0,0,0); font-family: "Lucida Grande",Helvetica,Arial,"Microsoft YaHei",FreeSans,Arimo,"Droid Sans","wenquanyi micro hei","Hiragino Sans GB","Hiragino Sans GB W3",Roboto,Arial,sans-serif;}
body,ul,li,dt,dl,p,h1,h2,h3,h4,h5,h6,div,html,form,select,option,table,tr,td,dt,dl,dd,span,input,i,em,b,br,section,header,footer,nav,menu,aside,audio,video,canvas,svg,details,figure,figcaption,summary,hgroup,pre,sub,sup,button,textarea,input{margin:0;padding:0;color:inherit;}
body{ color: #666666; background-color: #fff;  word-break: break-all; word-wrap:break-word; font-weight: 400;  -webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;}
input,button{overflow: visible;vertical-align:middle;outline:none}
input[type="submit"],input[type="reset"],input[type="button"],input[type="text"],input[type="password"]{-webkit-appearance:none;outline:none}
a,a img{text-decoration:none; color: inherit;border:0;}
a:focus{outline:none;}
/* a:hover{ background: none;} */
a:focus, a:hover{ color: inherit;}
ul,ul li{list-style:none}
fieldset,img,input,button{border: none; padding: 0;margin: 0; outline-style: none;}
h1,h2,h3,h4,h5,h6{font-size:100%; font-weight: normal;}
a{text-decoration:none;cursor: pointer;color:inherit; display: block; }
a:hover{text-decoration:none;outline:none; color: initial;}
a:focus{outline:none}
a:hover,a:active{outline:none}
a:focus{outline:none}
sub,sup{vertical-align:baseline}
a:link{text-decoration:none;   /* 指正常的未被访问过的链接*/}
a:visited{text-decoration:none; /*指已经访问过的链接*/}
a:hover{text-decoration:none;/*指鼠标在链接*/}
a:active{text-decoration:none;/* 指正在点的链接*/ }
img{max-width: 100%;height: auto;}
.wrapper{ width: 1200px; margin: 0 auto; padding: 1px 0; box-sizing: border-box; }

.row{
    margin: 0px;
}
.colorO{
    color:#e7b81b
}
.colorW{
    color:white
}
.colorb26{
    color: rgb(26, 26, 26);
}
.colorb102{
    color: rgb(102, 102, 102);
}

.font12,.font14,.font16,.font18,.font20,.font22,.font24,.font26,.font28,.font30,.font32,.font34,.font36,.font38,.font40,.font42,.font44,.font46,.font48{
    font-family: "Microsoft YaHei";
    font-weight: bold;
    text-transform: uppercase;
    
}
.font12,.font14,.font16,.font18,.font20,.font22,.font24,.font26,.font28,.font30,.font32,.font34,.font36,.font38,.font40,.font42,.font44,.font46,.font48{

    text-transform: lowercase;
}
.font12{
    font-size: 12px;
}
.font14{
    font-size: 14px;
}
.font16{
    font-size: 16px;
}
.font18{
    font-size: 18px;
}
.font20{
    font-size: 20px;
}
.font22{
    font-size: 22px;
}
.font24{
    font-size: 24px;
}
.font26{
    font-size: 26px;
}
.font28{
    font-size: 28px;
}
.font30{
    font-size: 30px;
}
.font32{
    font-size: 32px;
}
.font36{
    font-size: 32px;
}
.font42{
    font-size: 32px;
}
.font48{
    font-size: 48px;
}
/* .leftBg .ProductTit img {
	width:200px;
	height:200px;
	transition:transform 0.5s;
}
.leftBg .ProductTit img:hover {
	transform:scale(2)
} */
/* #NewProducts .row .fangdaImg,
#NewProducts .bottomR .fangdaImg,
.advantage .bottomR .fangdaImg,
.conMax .iconRight .fangdaImg,
.tab-item .row .fangdaImg{overflow: hidden;}
#NewProducts .row:hover .fangdaImg img ,
#NewProducts .bottomR:hover .fangdaImg img,
.advantage .bottomR:hover .fangdaImg img,
.conMax .iconRight:hover .fangdaImg img,
.tab-item .row:hover .fangdaImg img{transition: all 1s; display: block;}
#NewProducts .row .fangdaImg img:hover ,
#NewProducts .bottomR .fangdaImg img:hover,
.advantage .bottomR .fangdaImg img:hover,
.conMax .iconRight .fangdaImg img:hover,
.tab-item .row .fangdaImg img:hover{transform: scale(1.1);z-index: 999;} */
/* #NewProducts .row:hover .fangdaImg img ,
#NewProducts .bottomR:hover .fangdaImg img,
.advantage .bottomR:hover .fangdaImg img,
.conMax .iconRight:hover .fangdaImg img,
.tab-item .row:hover .fangdaImg img{box-sizing: border-box;transition: all 1s ease-out;} */
/* .leftBg:hover{
    box-sizing: border-box;
    transition: all .6s ease-out;
}
#NewProducts .row .productMin a img{
    -webkit-transition: all ease .3s;
    transition: all ease .3s }
    .excerpt .focus a img:hover {
    -webkit-transform: scale(1.45);
    transform: scale(1.45);
    box-shadow: 0px 0px 18px rgba(0,0,0,.5);
    
} */
.fangdaImg a {overflow: hidden;}
.fangdaImg a img {transition: all 1s; display: block;}
.fangdaImg:hover a img {transform: scale(1.1);}
@media screen and (max-width:1150px){
    .wrapper{ width: 100%; padding: 0 20px; }
}
@media screen and (max-width:1100px){
    .wrapper{ width: 100%; padding: 0 10px;}
}
.Title2 .nextp2 p:nth-child(2)
{
    font-size: 16px;
}
.productLeftMax{padding-right: 30px!important;}
.clearfix:after{content:"";height:0; line-height:0; display:block;clear:both; visibility:hidden;}    
.clearfix{ zoom:1;}

input::-webkit-input-placeholder,textarea::-webkit-input-placeholder { /* WebKit browsers */  
    color: #333;  
  }  
  input:-moz-placeholder ,textarea:-moz-placeholder{ /* Mozilla Firefox 4 to 18 */  
    color: #333;  
  }  
  input::-moz-placeholder ,  textarea::-moz-placeholder{ /* Mozilla Firefox 19+ */  
    color: #333;  
  }  
  input:-ms-input-placeholder, textarea:-ms-input-placeholder  { /* Internet Explorer 10+ */  
    color: #333;  
  }  

  input:focus::-webkit-input-placeholder,textarea:focus::-webkit-input-placeholder {
    color: transparent;
}
/* 滚动条style */
html:not(.isMobile) *::-webkit-scrollbar { width: 6px; height: 6px; background: none; }
html:not(.isMobile) *::-webkit-scrollbar-thumb { background: #2F950D; border-radius: 10px;
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .2) 50%, rgba(255, 255, 255, .2) 75%, transparent 75%, transparent);}

/* 常用felx弹性属性 */
.flex{  display: flex; display:-webkit-flex; flex-direction:row; flex-wrap: nowrap; justify-content:space-between;align-items:center; align-content: flex-start; }  
.order{ order:0; flex: 0 1 auto; align-self: auto; } /* align-self: auto | flex-start | flex-end | center | baseline | stretch; */

/* 单行溢出-多行溢出 */
/* .row{text-overflow: ellipsis;overflow: hidden;white-space:nowrap;} */
.multi_row3{display: -webkit-box;overflow: hidden;text-overflow: ellipsis;word-break: break-all;-webkit-box-orient: vertical;-webkit-line-clamp:6; }
.multi_row2{display: -webkit-box;overflow: hidden;text-overflow: ellipsis;word-break: break-all;-webkit-box-orient: vertical;-webkit-line-clamp:2; }

/* 清除浮动 */
.clearfix:after{content:"";height:0; line-height:0; display:block;clear:both; visibility:hidden;}    
.clearfix{ zoom:1;}

/* 头部 */
.head{padding-top: 17px;padding-bottom: 17px;}
.qq{margin-right: 10px;}
.tel{margin-right: 30px;font-weight:bold;color:rgba(136,136,136,1);font-size: 18px;}
.nav_list{background: #30960E;}
.nav_list>ul{margin-top: 5px;}
.nav_list>.wrapper>li a{color:#fff}
.alls{cursor: pointer;position: relative;padding-right: 20px;padding-left: 20px;box-sizing: border-box;}
.alls>:nth-child(1){margin-right: 80px;color: #fff;}
.alls>:nth-child(2){width: 40px;}
.kinds{position: absolute;top: 0px;left: 0;background:rgba(0,0,0,1);opacity: 0.3; width: 100%;box-sizing: border-box;padding-top: 42px;z-index: 999;}
.kinds_list a{width: 50%;display: block;font-size: 14px;}
.kinds .flex{flex-wrap: wrap;}
.kinds_title{font-size: 18px;color: #fff;margin-bottom: 15px;}
.kinds_list a{color: #CCCCCC;font-size: 14px;}
.kinds{display: none;}
.kinds_list :nth-child(2n){text-align: right;}
.kinds_list a{margin-bottom: 10px;}
.kinds li{padding: 0 20px;border-bottom: 1px solid #666;padding-top: 15px;}
.icon1{display: none;}
.vxa{position: relative;}
.rqcode{    position: absolute;
  bottom: -83px;
  left: -25px;
  width: 80px;
  height: 80px;
display: none}
/* .rqcode >img{width: 80px;height: 80px;} */
.vxa:hover .rqcode{display: block;}
/* 鼠标浮上去图片放大动画 */
.fangdaImg .figure {overflow: hidden;}
.fangdaImg a img {transition: all 1s; display: block;}
.fangdaImg:hover a img {transform: scale(1.1);}

.conMax{
    margin-top: 50px;
}

.leftBg .titP{
    font-variant:small-caps;
    font-size: 48px;
    /* color: #e7b81b; */
    color: rgba(223, 154, 20, 0.302);
    /* opacity: 0.3; */
    word-wrap:break-word;
    word-break: break-all;
    letter-spacing:5px
}
.rightBg{
    background-color: rgb(245, 245, 245);
        /* height: 784px; */
    
}
/* 
.bottomR .caseImage .intro{
    opacity: 0;
}
.bottomR .caseImage .productMin:hover{
    opacity: 1;
} */
.caseImage:hover img{
    border: none!important;
}
/* 浮动样式 */
.bottomR .caseImage .intro{ width: 90%;  position: absolute; top: 80%; left: 50%; z-index: 5; transform: translate(-50%,-50%); padding: 10px; -webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;
 -webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out; background: rgba(255,255,255,0);}
    .bottomR .caseImage:hover .intro{position: absolute;  top: 50%; text-align: center; padding: 20px; height: 100%;width: 90%;display: block;
        -webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out; background: rgba(255,255,255,.5);}
    .bottomR .caseImage .intro h5{background: rgba(255,255,255,0); font-size: 20px; color: #fff; text-align: center; line-height: 2;overflow: hidden; text-overflow: ellipsis; white-space: nowrap;}
    .bottomR .caseImage .intro h5::after{ content: "";  display: block; width: 120px; height: 1px; margin: 0 auto; background-color: rgba(255,255,255,1); margin-top: 20px;}
    .bottomR .caseImage:hover .intro h5::after{ margin-top: 15px;}
    .bottomR .caseImage .intro h5:hover {color: #fff;}
    .bottomR .caseImage:hover .intro h5{
        position: absolute;  top: 50%;left:50%;transform: translate(-50%,-50%);
    }
    .bottomR .caseImage .intro{
        display: none;
    }
    /* .intro{
        position:relative;
        width:400px;
        height:36px;
        line-height: 36px;
        text-align:center;
        border:1px solid green;
    }
    .intro h5:before,.header h5:after{
        position:absolute;
        background:#fff;
        content:"";
        height:1px;
        top:50%;
        width:100px;
    }
   
    .intro h5:before{left:10px;}
    .intro h5:after{right:10px;} */
    /* .bottomR .caseImage .intro h5::after {background-color: red} */

    /* .bottomR .caseImage{ width: 100%; height: 0;  background-color: #f5f5f5; position: relative;}
    .bottomR .caseImage img{ width: 100%; display: block; }
    .bottomR .caseImage::after{ content: " ";display: block; transform: rotateY(80deg);  width: 90%; height: 92%; position: absolute; top: 5%; left: 4%; z-index: 3; background-color: rgba(255, 255, 255, .8); 
                            opacity: 0;  filter: alpha(opacity=0); -webkit-transition:all .4s ease-in-out;-moz-transition:all .4s ease-in-out;-o-transition:all .4s ease-in-out;transition:all .4s ease-in-out;}
    .bottomR .caseImage::after{ opacity: 1;  filter: alpha(opacity=100);transform: rotate(0deg); -webkit-transition:all .4s ease-in-out;-moz-transition:all .4s ease-in-out;-o-transition:all .4s ease-in-out;transition:all .4s ease-in-out;} */

.lunboTitA{
    display: inline-block;
}
.ProductCenter{
    margin-top: 50px;
}
.ProductTit{
    margin-top: -43px;
}
/* .ProductTit p{
    font-size: 36px;
} */
.ProductTit img{
    float: right;
}
.productCon{
    margin-top: 47px;
    background-color: rgb(245, 245, 245);
    height: 540px;
    padding: 25px;
}
.productCon p{
  
        font-size: 16px;
        font-family: "Microsoft YaHei";
        color: rgb(26, 26, 26);
        font-weight: bold;
        text-transform: uppercase;
        line-height: 1.75;
        
}
.productCon ul li .actives{
    color: #e7b81b;
}
.productCon ul li .productS{
    cursor: pointer;
}
/* 轮播图里面内容样式 */
.bannrImgD {
    background-color: rgb(75, 76, 71,0.302);
    width: 572px;
    height: 295px;
    z-index: 15;
    position: absolute;
    left: 360px;
    padding: 25px;
    top: 149px;
  }
  /* d大于或等于min-width
  max-width小于或等于
  */
  /* @media screen and (min-width:1244px){
    .bannrImgD {
        background-color: rgb(75, 76, 71,0.302);
        width: 572px;
        height: 295px;
        z-index: 15;
        position: absolute;
        left: 360px;
        padding: 25px;
        top: 149px;
      }
  } */
  @media screen and (max-width:1600px){
    .bannrImgD {
        background-color: rgb(75, 76, 71,0.302);
        width: 502px!important;
        height: 275px!important;
        z-index: 15;
        position: absolute;
        left: 100px!important;
        padding: 25px;
        top: 49px;
        font-size: 24px!important;
      }
  }
 
  @media screen and (max-width:1200px){
      .productLeftMax {
          padding-right: 15px!important;
          padding-left: 0px!important;
      }
    .productCon{
        margin-top: 47px;
        background-color: rgb(245, 245, 245);
        height: 540px;
        padding: 10px;
    }
    .rightBg .max{
        padding: 0px!important;
    }
    .bannrImgD {
        background-color: rgb(75, 76, 71,0.302);
        width: 502px!important;
        height: 275px!important;
        z-index: 15;
        position: absolute;
        left: 100px!important;
        padding: 25px;
        top: 49px;
        font-size: 24px!important;
      }
      .bannrImgD .p1 {
        color: rgb(54, 54, 56);
        font-size: 20px!important;
     }
     .bannrImgD .p2 {
        font-size: 24px!important;
     
     }
     .bannerlunbo{
        margin-top: 118px !important;
        position: relative
     }
     .head{
         margin-top: 10px;
     }
  }
  @media screen and (max-width:992px){
    #NewProducts .productNext .productGroup{
        margin-top: 20px;
        position: static!important;
    }
    .productCon{
        margin-top: 47px;
        background-color: rgb(245, 245, 245);
        height: 540px;
        padding: 10px;
    }
    .rightBg .max{
        padding: 0px!important;
    }
    .dipB .fontColor{
        font-size: 20px!important;
    }
    .bannrImgD {
        background-color: rgb(75, 76, 71,0.302);
        width: 402px!important;
        height: 205px!important;
        z-index: 15;
        position: absolute;
        left: 100px!important;
        padding: 25px;
        top: 39px;
        font-size: 24px!important;
      }
      .bannrImgD .p1 {
        color: rgb(54, 54, 56);
        font-size: 20px!important;
     }
     .bannrImgD .p2 {
        font-size: 24px!important;
     
     }
     .bannerlunbo{
        margin-top: 118px !important;
        position: relative
     }
     .head{
         margin-top: 10px;
     }
  }
  /* @media screen and (min-width:768px){
    .bannrImgD {
        background-color: rgb(75, 76, 71,0.302);
        width: 402px!important;
        height: 235px!important;
        z-index: 15;
        position: absolute;
        left: 100px!important;
        padding: 25px;
        top: 39px;
        font-size: 24px!important;
      }
      .bannrImgD .p1 {
        color: rgb(54, 54, 56);
        font-size: 20px!important;
     }
     .bannrImgD .p2 {
        font-size: 24px!important;
     
     }
     .bannerlunbo{
        margin-top: 118px !important;
        position: relative
     }
     .head{
         margin-top: 10px;
     }
     .leftBg .titP{
        font-variant: small-caps;
        font-size: 38px;
        color: rgba(223, 154, 20, 0.302);
        word-wrap: break-word;
        word-break: break-all;
        letter-spacing: 0px;
        line-height: 39px;
    }
    
    .ProductTit {
        margin-top: -20px;
    }
    .ProductTit p{
        font-size: 30px;
    }
    .rightBg{
        height: auto;
    }
    .adMax{
        margin-top: -60px!important;
    }
    .fuTit p{
        font-size: 36px!important;
    }
    .JoinInTitle {
        margin-top: -24px!important;
    }
  } */
  @media screen and (max-width:768px){
      .morenew{display: none;}
    .multi_row{display: -webkit-box;overflow: hidden;text-overflow: ellipsis;word-break: break-all;-webkit-box-orient: vertical;-webkit-line-clamp:6!important; }
    .mg10img{
        margin-top: 10px;
    }
    .dipB .fontColor{
        font-size: 20px!important;
    }
    /* .video li {
        width: 100%!important;
        margin: 0!important;
    } */
    #NewProducts .productNext .ContactUs, #NewProducts .productNext .LearnMore, .btngroup .active, .btngroup .btnN, .btngroup .Immediately, .btngroup .ContactTojoin, .Immediately {
        border-radius: 10px;
        width: 92px!important;
        height: 36px!important;
    }
    .Title2 .nextp2 {
        font-size: 28px!important;
        color: rgb(255, 255, 255);
      }
    .bannerlunbo {
        margin-top: 65px !important;
    }
    .bannrImgD {
        background-color: rgb(75, 76, 71,0.302);
        width: 402px;
        height: 165px;
        z-index: 15;
        position: absolute;
        left: 100px;
        padding: 10px;
        top: 39px;
        font-size: 24px!important;
      }
      .bannrImgD .p1 {
        color: rgb(54, 54, 56);
        font-size: 16px!important;
     }
     .bannrImgD .p2 {
        font-size: 20px!important;
     
     }
     .bannrImgDUl{
        
         line-height: 1!important;
     }
     .bannerlunbo{
        margin-top: 118px !important;
        position: relative
     }
     .head{
         margin-top: 10px;
     }
     .leftBg .titP{
         font-size: 31px;
     }
     .titP2{
        font-size: 31px;
     }
     .ProductTit{
        margin-top: -06px;
     }
     .ProductTit p{
         font-size: 24px!important;
     }
     .fuTit p{
        font-size: 30px!important;
     }
     .nextTwo{
         margin-top: 10px!important;
     }
     .Title2 .nextp2 {
        font-size: 20px!important;
    }
     .Title2 .nextp5 {
        font-size: 26px!important;
    }
    .bannrImgD{
        display: none;
    }
    
    
    .productMin{
        margin-top: 10px;
       
    }
    .productMin a img{
        margin: 0px auto;
    }
    header nav .navs-bottom{ margin-right: 0; position: fixed; top: 60px; right: 0; width: 65%; height: 100vh; flex-wrap:wrap; align-content:flex-start; z-index: 100; overflow-y: scroll;transform: translate3d(100%, 0px, 0px);  transition: all 0.65s ease-in-out 0s; background-color: rgba(255, 255, 255, 0.95); }
    header nav .navs-bottom.active{ transform: translate3d(0px,0px,0px)}
    header nav .navs-bottom li{ width: 100%; height: 45px; line-height: 45px;}
    header nav .navs-bottom li a{color: #333; line-height: 45px; border-bottom: 1px solid #ccc; height: 45px; max-width: 100%;padding-left: 20px;}
    header nav .navs-bottom li.active a{ color: #0cb46a;border-bottom: 2px solid #ccc;}
    .productMin{
        margin-top: 10px;
    }
    .bottomR {
        margin-top: 35px!important;
    } 
    .ProductCenter{
        margin-top: 15px!important;
    }
    .productCon{
        margin-top: 25px!important;
        height: auto;
        display: none;
    }
    .Title{
        padding: 25px!important;
        margin: 25px 0px!important;
    }
    .Title .titmax{
        font-size: 24px!important;
       
    }
    .leftBg .titP{
        letter-spacing: 4px!important;
    }
    .advantageTit{
        font-size: 24px!important;
    }
    .adMax {
        margin-top: -59px!important;
    }
    .Underline {
        margin: 20px auto!important;
    }
    
    .iconMottom .mottomMax{
       padding: 13px!important;
    }
    .mottomBtn{
        margin-top: 10px!important;
    }
    .advantageTit{
        font-size: 24px!important;
    }
    .enterpriseMax{
        margin-top: 20px!important;
    }
    .Title2{
        margin: 20px 0px!important;
    }
  }
  @media screen and (max-width:579px){
    .productLeftMax {
        padding-right: 15px!important;
        padding-left: 15px!important;
    }
    .rightBg {
            background-color: rgb(245, 245, 245);
        
            margin: 15px 15px;
        }
        .iconRight .iconMax{
            width: 50%!important;
        }
        .news-text .useitem li{
            margin-right:20px!important;
        }
        .iconRight .iconImg2 a img{
            /* line-height: 83px;
            text-align: center; */
            /* margin-left: 16px; */
            /* margin-top: 10px; */
            padding-top: 15px;
            margin: 0px auto;
        }
        .news-text .useitem li{
            padding:10px 20px 10px 0px!important;
            font-size: 16px!important;
        }
        /* .morenew {
            position: absolute;
            right: 17px;
            top: 4px!important;
            width: 60px;
        } */
        .link2{
            text-align: center;
        }
        .dipB .fontColor{
            font-size: 20px!important;
        }
  }
  @media screen and (max-width:660px){
    #NewProducts .productNext .ContactUs, #NewProducts .productNext .LearnMore, .btngroup .active, .btngroup .btnN, .btngroup .Immediately, .btngroup .ContactTojoin, .Immediately {
        border-radius: 10px;
        width: 75px!important;
        height: 34px!important;
    }
      }
  @media screen and (max-width:375px){
    .bannerlunbo {
        margin-top: 75px !important;
    }
    .enterpriseTitle{
        padding: 10px!important;
    }
    .myTabContent .iponeMin a img{
       margin: 0px auto;
    }
    .bannrImgD{
        display: none;
    }
    .centerRight{
        text-align: right!important;
        margin-top: 10px!important;
    }
    .Underline2 {
        margin: 20px 0px!important;
    }
    .equipmentMin{
        margin-top: 20px!important;
    }
    .JoinInMax{
        height: 200px;
    }
    #NewProducts .productNext{
        height: 220px;
    }
    .rightBg {
        background-color: rgb(245, 245, 245);
      
        margin: 15px 15px;
    }
    #NewProducts .productNext .productGroup {
        /* position: absolute; */
        position: relative!important;
        bottom: 0px!important;
    }
    .productMin{
        margin-top: 10px;
    }
    .bottomR {
        margin-top: 35px!important;
    } 
    .ProductCenter{
        margin-top: 15px!important;
    }
    .productCon{
        margin-top: 25px!important;
    }
    .Title{
        padding: 25px!important;
        margin: 25px 0px!important;
    }
    
    .Title .titmax{
        font-size: 24px!important;
       
    }
    .leftBg .titP{
        letter-spacing: 4px!important;
    }
    .advantageTit{
        font-size: 24px!important;
    }
    .adMax {
        margin-top: -59px!important;
    }
    .Underline {
        margin: 20px auto!important;
    }
    
    .iconMottom .mottomMax{
       padding: 13px!important;
    }
    .mottomBtn{
        margin-top: 10px!important;
    }
    .advantageTit{
        font-size: 24px!important;
    }
    .enterpriseMax{
        margin-top: 20px!important;
    }
    .Title2{
        margin: 20px 0px!important;
    }
    .Title2 .nextp2 {
        font-size: 20px!important;
    }
    .nextshowp2{
        font-size: 14px!important;
    }
    .iconRight .iconImg2 a img{
        /* line-height: 83px;
        text-align: center; */
        /* margin-left: 16px; */
        /* margin-top: 10px; */
        padding-top: 15px;
        margin: 0px auto;
    }
   }
.bannrImgD .p1 {
   color: rgb(54, 54, 56);

}
.bannrImgDUl{
    margin-top: 25px;
    line-height: 2;
}
.radios{
    color: white;
}
.productCon ul{
    margin-left: 00px;
}
.productCon ul li {
    font-size: 14px;
    font-family: "Microsoft YaHei";
    color: rgb(102, 102, 102);
    text-transform: uppercase;
    line-height: 2;
}
.productCon ul li .radios,.radios{
    width: 8px;
    height: 8px;
    border: 1px solid;
    border-radius: 50%;
    display: inline-block;
    
    margin-right: 10px;
}
.productCon ul li .radios{
    color: #e7b81b;
}
.btngroup .btnN{
    background-color: #fff;
    color:black
}

.btngroup .active{
    background-color: rgb(26, 26, 26);
    color:#e7b81b
}
.btngroup .hotsalebtn{
    margin-left: 15px;
}
.rightBg .max{
    padding:25px
}
#NewProducts{
    margin-top: 20px;
}
/* #NewProducts .productNext{
    height: 380px;
} */
#NewProducts .productNext .ptoductTitle{
    font-size: 16px;
    font-family: "Microsoft YaHei";
    color: rgb(26, 26, 26);
    font-weight: bold;
    text-transform: uppercase;
    line-height: 1.75;
}
#NewProducts .productNext ul li {
    font-size: 14px;
    font-family: "Microsoft YaHei";
    color: rgb(102, 102, 102);
    text-transform: uppercase;
    line-height: 2;
}
#NewProducts .productNext .ContactUs,#NewProducts .productNext .LearnMore,.btngroup .active,.btngroup .btnN,.btngroup .Immediately,.btngroup .ContactTojoin,.Immediately{
    border-radius: 10px;
    width: 112px;
    height: 36px;
}
#NewProducts .productNext .LearnMore{
    background-color: rgb(223, 154, 20);
    color: #fff;
}
#NewProducts .productNext .ContactUs{
    background-color: #fff;
    color: #e7b81b;
    margin-left: 15px;
}
#NewProducts .productNext .productGroup{
    position: absolute;
    /* position: relative; */
    bottom: 0px;
}
.bottomR{
    margin-top:20px;
   
}



/* 横着的标题 */
.Title{
    background-color: rgb(0, 0, 0);
    text-align: center;
    margin: 50px 0px;
    padding: 50px;
   
}
.Title .max{
    position: relative;
    top: 25%;
}
.Title .titmax{
  
        font-size: 36px;
        font-family: "Microsoft YaHei";
        color: rgb(223, 154, 20);
        font-weight: bold;
}
.Title .titmin{
   
        font-size: 14px;
        font-family: "Microsoft YaHei";
        color: rgb(204, 204, 204);  
}
/* 领先行业的5大优势 */
.advantage{
    text-align: center;
}
.advantageTit {
    font-size: 36px;
    font-family: "Microsoft YaHei";
    color: rgb(26, 26, 26);
    font-weight: bold;
    text-transform: uppercase;
    
  }
.Underline{

    background-color: rgb(0, 0, 0);
    width: 60px;
    height: 6px;
    margin: 45px auto;
}
  .adMax{
    margin-top: -84px;
  }
  
  .fuTit p{
    font-size: 48px;
    font-family: "Microsoft YaHei";
    color: rgb(223, 154, 20);
    font-weight: bold;
    text-transform: uppercase;
    display: inline-block;
    margin: 0px;
  }
  .fuTit span {
    font-size: 20px;
    font-family: "Microsoft YaHei";
    color: rgb(26, 26, 26);
    font-weight: bold;
    text-transform: uppercase;
   
  }
  .hrNew {
    background-color: rgb(26, 26, 26);
    width: 120px;
    height: 2px;
    margin: 10px 0px;
  }
  .nextTwo{
      margin-top: 30px;
  }
  .nextCenter{
      margin-top: auto;
      margin-bottom: auto;
  }
  .row{
      display: flex;
  }
  .Title2{
    /* height: 180px; */
    background-color: rgb(0, 0, 0);
    margin:50px 0px;
    padding: 27px 0px;
  }
  .Title2 .nextp1,.Title2 .nextp2,.Title2 .nextp3,.Title2 .nextp4,.Title2 .nextp5{
    font-family: "Microsoft YaHei";
    font-weight: bold;
    text-transform: uppercase;
  }
  .Title2 .nextp1{
    font-size: 16px;
    color: rgb(223, 154, 20);
  }
  .Title2 .nextp2 {
    font-size: 36px;
    color: rgb(255, 255, 255);
  }
  .Title2 .nextp3 {
    font-size: 14px;
    color: rgb(204, 204, 204);
    /* 转换为小写 */
    text-transform: lowercase;
  }
  .Title2 .nextp4 {
    font-size: 14px;
    color: rgb(255, 255, 255);
  }
  .Title2 .nextp5 {
    font-size: 36px;
    color: rgb(223, 154, 20);
  }
  .btngroup .Immediately,.Immediately{
    background-color: rgb(243, 175, 40);
    color: #eee7e7;
    
  }
  .Immediately:hover{
    color:#fff;
    background-color: rgb(223, 154, 20);
  }
  .btngroup .ContactTojoin{
    background-color: rgb(0, 0, 0);
    color: #e7b81b;
    border:1px solid #e7b81b;
    margin-left: 15px;
  }
  .btngroup .ContactTojoin:hover{
      color: #fff;
  }
  .header
{
    width:400px;
    height:36px;
    line-height:36px;
    border:1px solid green;
    text-align:center;
}
  .line{
    display:inline-block;
    width:50px;
    border-top:1px solid #cccccc;
    vertical-align:5px;  
}
.centerRight{
    text-align: right;
}
/* 加盟政策 */
.JoinInTitle{
    margin-top:-50px
    
}
.Underline2{
    background-color: rgb(0, 0, 0);
    width: 60px;
    height: 6px;
    margin:45px 0px
}
.JoinInMax {
    background-color: rgb(245, 245, 245);
    /* width: 380px; */
    /* height: 420px; */
  }
 
.JoinInMax .bottomMax{
    position: absolute;
    /* position: relative; */
    bottom: 0px;
}
.iconRight{
    margin-top: 20px;
}
.iconRight .bgBlack{
    border-radius: 50%;
    background-color: rgb(26, 26, 26);
    width: 88px;
    height: 88px;
    margin: 0px auto;
}
.iconRight .iconImg a img{
    /* line-height: 83px;
    text-align: center; */
    /* margin-left: 16px; */
    /* margin-top: 10px; */
    padding-top: 15px;
    margin: 0px auto;
}
.iconRight .iconImg2 a img{
    /* line-height: 83px;
    text-align: center; */
    /* margin-left: 16px; */
    /* margin-top: 10px; */
    /* padding-top: 15px; */
    margin: 0px auto;
}
.enterpriseMax{
    margin-top: 50px;
}
.iconRight .iconMax{
    text-align: center; margin-bottom: 20px;
}
.iconRight .iconNext{
    margin-top: 20px;
}
.iconMottom {
    background-color: rgb(26, 26, 26);
    height: 180px;
    margin-top: 30px;
}
.iconMottom .mottomMax{
    padding:20px
}
.iconMottom .mottomMax .circular {
    border-radius: 50%;
    background-color: rgb(199, 191, 199);
    width: 8px;
    height: 8px;
    display: inline-block;
  }
  .iconMottom .mottomMax .mottomMin{
      margin-top:15px
  }
  .mottomBtn .rightBtn{
    
      float: right;
  }
  .mottomBtn{
    margin-top: 30px;
  }
  .mottomBtn span{
    margin-top: 20px;
  }
  
  /* 企业实力体现 */
  .enterprise{
    margin-top: 50px;
  }
  .newliBg {
    border-width: 1px;
    border-color: rgb(204, 204, 204);
    border-style: solid;
    background-color: rgb(245, 245, 245);
    /* width: 278px; */
    /* height: 58px; */
    line-height: 58px;
    text-align: center;
    font-size: 16px;
    font-family: "Microsoft YaHei";
    color: rgb(26, 26, 26);
    font-weight: bold;
    cursor: pointer;
    width: 100%!important;
  }
.sidebarU .newliBg a:hover{
    color:#e7b81b
}
.sidebarU {
    width: 100%!important;
}
.sidebarU li{
    width: 100%!important;
}
  .sidebarU .active{
    background-color: rgb(26, 26, 26);
    color:#e7b81b;
    /* height: 58px; */
    line-height: 58px;
    text-align: center;
    font-size: 16px;
    font-family: "Microsoft YaHei";
    font-weight: bold;
    cursor: pointer;
    width: 100%!important
}
.sidebarU .pictureIcon{
    margin-right: 10px;
}
.sidebarUNext{
    line-height: 22px;
}
  .enterpriseTitle{
      padding: 20px;
  }
  /* 加盟案例 */
.Jiacase {
    border-width: 1px;
    border-color: rgb(204, 204, 204);
    border-style: solid;
    /* height: 298px; */
    transition-duration: 0.5s;
}
/* .enterpriseTitle:hover{
    box-shadow:0px 0px 2px 3px #000;
} */

.Jiacase:hover{
    /* -webkit-box-shadow: #ccc 0px 10px 10px;
    -moz-box-shadow: #ccc 0px 10px 10px;
    box-shadow: #ccc 5px 10px 10px;  } */
/* .Jiacase {
    -webkit-box-shadow: #999 0px 0px 8px;
    -moz-box-shadow: #999 0px 0px 8px;
    box-shadow: #999 0px 0px 8px;
} */
/* .Jiacase:hover{box-shadow:0px 0px 2px 3px #000;}
.iconRight:hover{box-shadow:0px 0px 2px 3px #000;} */
}
.caseNext {
    font-size: 14px;
    font-family: "Microsoft YaHei";
    color: rgb(102, 102, 102);
}
.chevron {
    border-radius: 5px;
    color:#fff;
    width: 36px;
    height: 36px;
    line-height: 36px!important;
    text-align: center;
}
.chevronLeft{
    background-color: rgb(26, 26, 26);
}
.chevronRight{
   background-color: rgb(223, 154, 20);
}
.chevronGroup{
    position: absolute;
    bottom: 0px;
    right: 10px;
}
.nav-tabs>li>a{
    border:0px!important;
    font-size: 16px;
  font-family: "Microsoft YaHei";
  color: rgb(26, 26, 26);
  font-weight: bold;

}
.nav>li>a{
    padding: 10px 20px 10px 0px!important;
    background-color: #fff!important;
}
.fade:not(.show){
    opacity: 1!important;
}
.morenew a:hover{
    border-bottom:2px solid black;
}
.nav-tabs>li {
    margin-bottom:0px!important;
}
.nav-tabs li .active, .nav-tabs li .active:focus, .nav-tabs li .active:hover{
    color:#e7b81b!important;
    font-size: 16px;
    font-family: "Microsoft YaHei";
    font-weight: bold;
}

.morenew{
    /* position: relative;
    right: 9px;
    top: -33px;
    width: 60px;
    float: right; */
    position: absolute;
    right: 17px;
    top: 15px;
    width: 60px;
}
.moreJia{
    margin-left: 5px;
}
.myTabContent{
    margin-top:25px ;
}
.floorNext {
    font-size: 14px;
    font-family: "Microsoft YaHei";
    color: rgb(102, 102, 102);
    line-height: 2;
    text-align: justifyLeft;
   
  }
.floorBtn{
    text-align: right;
}
.problemDashed {
    border-width: 1px;
    padding-bottom: 20px;
    border-bottom:1px dashed  rgb(204, 204, 204);
    margin-top: 20px;
}
.JournalismButtom{
    margin-bottom: 90px;
}
#myTab2 li:not(:last-child) {  
    /* background-color:peachpuff; 
    color: white; */
    display: none;
} 
/* .choice{color: #e7b81b !important;} */
.tab-item{display: none;margin-top: 20px;}
.show{display: block;}
 /* .news-text{width: 48%; height: 380px;} */
.news-text .useitem{border-bottom: 1px solid #dee2e6;;justify-content: flex-start;box-sizing: border-box;}
.news-text .useitem li{font-size: 20px;color: #666;border-bottom: 2px solid transparent;font-weight: 700;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;cursor:pointer;position: relative;top: 2px;padding: 0 10px 12px;margin-right: 50px;white-space: nowrap;}
.news-text .useitem li:hover a{color: #e7b81b !important;}
.news-text .useitem li:nth-child(1).choice{color: #e7b81b;}
.hoveaA:hover{color: #e7b81b;}
.userlist li:hover a {color: #e7b81b;}

.userlist li:hover span {color: #e7b81b;}

.userlist li {padding-bottom: 10px;border-bottom: 1px solid #ccc;margin-top: 23px;}

.userlist li a {font-size: 16px;line-height: 24px;color: #444;}
.userlist li a {text-overflow: ellipsis;overflow: hidden;white-space: nowrap;max-width: 600px;display: block;}

.userlist li span {font-size: 12px;color: #888;margin-right: 47px;font-weight: 400;}

/* product页面样式*/
.caseListNOW{
    margin: 30px 0px;
}
.productRightN{
    margin-top: 69px;
}
  
